home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!genesis.demon.co.uk
- From: Lawrence Kirby <fred@genesis.demon.co.uk>
- Newsgroups: comp.lang.c
- Subject: Re: problem recongnizing eof from pipe
- Date: Fri, 12 Apr 96 13:48:23 GMT
- Organization: none
- Message-ID: <829316903snz@genesis.demon.co.uk>
- References: <Pine.A32.3.91.960410203441.19010A-100000-100000@top.MTS.Net>
- Reply-To: fred@genesis.demon.co.uk
- X-NNTP-Posting-Host: genesis.demon.co.uk
- X-Newsreader: Demon Internet Simple News v1.27
- X-Mail2News-Path: genesis.demon.co.uk
-
- In article <Pine.A32.3.91.960410203441.19010A-100000-100000@top.MTS.Net>
- root@top.MTS.Net writes:
-
- >Hi. I'm working on a program which passess it's data through an external
- >command using two pipes. One pipe is connect to stdin of the forked
- >process and the other is connected to stdout. The parent program has no
- >problems sending the data to the commend via the send pipe, however it
- >doesn't seem to recognize when the return stream is finished.
-
- Processes, pipes and fork are not defined in the C language. You should
- take this Unix specific question to comp.unix.programmer.
-
- --
- -----------------------------------------
- Lawrence Kirby | fred@genesis.demon.co.uk
- Wilts, England | 70734.126@compuserve.com
- -----------------------------------------
-